README

LulaWebsite

What this is

My new personal website created with distill

Where it lives

How to generate local version

  1. From the Build pane, blogdown::build_site() |clicking on Build Website hammer icon
  2. Type rmarkdown::render_site() into the R console.

Structure

How to add a blog post

  1. create it distill::create_post(title = "prova", collection = "posts", author = "auto", slug = "auto", date = Sys.Date(), draft = TRUE)
  2. knit it or run rmarkdown::render("_posts/2022-04-13-prova/prova.Rmd") (posts are considered standalone documents that are not re-rendered when the site is built)
  3. build site

Acknowledgements

This great tutorial This impressive example Too sophisticated: maybe later or after Nice boxes in my posts copied from Desirée De Leon